home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Blogowanie poza sfera / Flock 0.9.1.3 stable / flock-0.9.1.3.en-US.win32.exe / flock / chrome / fbranding.jar / content / fbranding / overlay.xul < prev   
Extensible Markup Language  |  2007-07-17  |  1KB  |  31 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3.   BEGIN FLOCK GPL
  4.   
  5.   Copyright Flock Inc. 2005-2007
  6.   http://flock.com
  7.   
  8.   This file may be used under the terms of of the
  9.   GNU General Public License Version 2 or later (the "GPL"),
  10.   http://www.gnu.org/licenses/gpl.html
  11.   
  12.   Software distributed under the License is distributed on an "AS IS" basis,
  13.   WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  14.   for the specific language governing rights and limitations under the
  15.   License.
  16.   
  17.   END FLOCK GPL
  18. -->
  19.  
  20. <overlay id="flock.overlays.branding"
  21.          xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  22.   <script src="chrome://browser/content/flock/common/flocksafe.js"
  23.           type="application/x-javascript" />
  24.   <script src="chrome://fbranding/content/brandingUtilities.js"
  25.           type="application/x-javascript" />
  26.   <script src="chrome://fbranding/content/overlay.js"
  27.           type="application/x-javascript" />
  28.   <script src="chrome://browser/content/flock/feeds/feedUtils.js"
  29.           type="application/x-javascript" />
  30. </overlay>
  31.